home *** CD-ROM | disk | FTP | other *** search
/ Atari Forever 4 / Atari Forever 4.zip / Atari Forever 4.iso / SERIE_DM / DM_155 / DM_155.MSA / EQUINOX / EXAMPLE.S < prev    next >
Text File  |  1986-04-24  |  578b  |  40 lines

  1. ;------------------------------------------------
  2. ;----- Example for using the playroutine --------
  3. ;------------------------------------------------
  4.  
  5.  
  6.     clr.l    -(sp)
  7.     move.W    #$20,-(sp)
  8.     trap    #1
  9.     addq.l    #6,sp
  10.     clr.b    $fffa09
  11.     lea    zic,a0
  12.     jsr    play
  13.     move.l    $70,-(sp)
  14.     move.l    #vbl,$70
  15. att    cmp.b    #$39,$fffc02
  16.     bne    att
  17.     move.w    #$2700,sr
  18.     move.l    (sp)+,$70
  19.     jsr    play+8
  20.     move.b    #$64,$fffa09
  21.     move.W    #$2300,sr
  22.     move    #4000,d0
  23. wait_mfp    
  24.     nop
  25.     dbra    d0,wait_mfp
  26.     clr.w    -(sp)
  27.     trap    #1
  28.  
  29. vbl
  30.     jsr    play+4
  31.     rte
  32.  
  33. play    incbin    player.bin
  34. zic    incbin    v42
  35.     even
  36.  
  37.  
  38.  
  39.  
  40.